SingleNINumericSingleNLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.LogicalExclusiveOr(
SingleN value
)
Private Function LogicalExclusiveOr (
value As SingleN
) As SingleN Implements INumeric(Of SingleN).LogicalExclusiveOr
private:
virtual SingleN LogicalExclusiveOr(
SingleN value
) sealed = INumeric<SingleN>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : SingleN -> SingleN
private override LogicalExclusiveOr :
value : SingleN -> SingleN
- value SingleN
- The value with which to compute the logical exclusive OR.
SingleNThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)